https://github.com/vinayakdon/git_learning
https://github.com/vinayakdon/git_learning
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vinayakdon/git_learning
- Owner: vinayakdon
- License: apache-2.0
- Created: 2022-05-16T06:13:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T06:53:48.000Z (about 3 years ago)
- Last Synced: 2025-01-21T11:22:16.713Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git_learning
hello welcome to git hub
public class Hlloworld {
public static void main(String[] args){
System.out.println("hello world");
}}