Skip to content

Instantly share code, notes, and snippets.

View umamahesh51's full-sized avatar

umamaheswararao tumma umamahesh51

View GitHub Profile
@umamahesh51
umamahesh51 / index.js
Last active March 16, 2021 10:24
Hello World
#!/usr/bin/env node
console.log("Hello I'm coming from Uma's Gist with name Hello World.");
@umamahesh51
umamahesh51 / index.js
Last active March 15, 2021 10:29
Short Description About Me
#!/usr/bin/env node
console.log("Hello");
#include <stdio.h>
int main (void)
{
int i;
int player = 0;
int winner = 0;
int choice = 0;
int row = 0;
int column = 0;
int line = 0;