0.0.18 • Published 8 years ago

generator-codechef v0.0.18

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-codechef NPM version Build Status Dependency Status

Project builder for codechef

Installation

First, install Yeoman and generator-codechef using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-codechef

Then generate your new project:

yo codechef

Using with Vim

This project is going to be built with Vim users in mind.

Load main.cpp in vim, after coding run :make in vim to generate the binary and run the test.

test.txt will contain data which codechef will input.

output.txt contains the expected output for the testcase.

Useful macros

  • ARRINIT(arr, n, value) - Initialize arr of size n with value.
  • TDINIT(arr, n, value) - Initialize a 2d array of size n*n with value.
  • PRINTARR(arr, n) - Prints an array
  • INPUTARR(arr, n) - Input an array

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Prathik Rajendran M.

0.0.18

8 years ago

0.0.17

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago