Skip to content
 
 

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-SetMeal

This is a set meal of programs created by Pop-Apple for fun :)
Maybe you can find some tasty code
If you want to add interesting codes, we are waiting for your pull request

SetMeal

  • Python
Print('Hello World')
  • C++
#include <iostream>

int main()
{
    std::cout << "Hello World!\n";
}
  • C#
using System;

class HelloWorld 
{
  public static void Main() 
  {
    Console.WriteLine("Hello World");
  }
}
  • C
#include <stdio.h>
int main() {
   printf("Hello, World!");
   return 0;
}

Purpose

None


License

Released under MIT LICENSE

About

Can you find a good recipe ? 🟢

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages