Skip to content

Instantly share code, notes, and snippets.

View bikcrum's full-sized avatar
🦾
~ teaching robots to do stuff

Bikram Pandit bikcrum

🦾
~ teaching robots to do stuff
View GitHub Profile
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 04:51
test gist
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.txt
Created October 19, 2021 04:11
Patched Hello World
Run 'node hello_world.js' to print Hello World
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 03:53
Hello World Examples
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 03:50
Hello World Examples
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 03:50
Hello World Examples
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 19, 2021 02:51
Changed the description of this gist!
conosle.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 16, 2021 21:25
Hello World Examples
console.log('Hello World');
@bikcrum
bikcrum / hello_world.js
Created October 16, 2021 21:18
Hello World Samples
console.log('Hello World');
conosle.log('Hello World');
@bikcrum
bikcrum / q3.py
Created October 16, 2021 21:01
edited gist for q5
print('I am q3')