Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityaoberai/mlsa-workshop
Repo for MLSA Workshop
https://github.com/adityaoberai/mlsa-workshop
Last synced: 6 days ago
JSON representation
Repo for MLSA Workshop
- Host: GitHub
- URL: https://github.com/adityaoberai/mlsa-workshop
- Owner: adityaoberai
- License: mit
- Created: 2021-01-21T15:44:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T16:10:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T03:41:26.922Z (about 1 month ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlsa-workshop
Repo for MLSA Workshop## HEader 2
### header 3
This is text
**bold**
*italics*- List item 1
- lIst item 2* item 1
* item 21. list 1
2. list 2```
public static void main(String []args) {
System.out.println("Hello MLSAs");
}
```