Skip to content

Andre8831/ForTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

This is A Test Project


which can print a hello world in different ways

Python

print("Hello World")

Cpp

#include <iostream>

using namespace std:

int main(){
    cout << "Hello World`"<< endl; 
return 0;
}

Go

package main
import "fmt"

func main(){
    fmt.Printf("Hello World!")
}

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors