0.0.18 • Published 6 years ago

generator-codechef v0.0.18

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.17

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago