Skip to content

skohan/codingcompetition

Repository files navigation

Coding Competitions

A Django project for hosting coding contests and writing technology blogs

This is first problem of the website.

Given n, print 1 to n numbers.

Test case 1:

Input:
3
Output:
1
2
3

Test case 2:

Input:
4
Output: 
1
2
3
4

About

A website made in django for hosting competitive coding contest and writing blogs about technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published