-- This is my very first read me text ;
-- I'm glad to explore the github world!!! """ code --#include <stdio.h>
int main() { printf("hello coding world!\n"); return 0; } public class github{ public static void main(String []args){ System.out.println("hello coding world!"); } } if name=='main': print("hello github!") """
