Skip to content

Commit

Permalink
Merge pull request #8 from Joellimjr/master
Browse files Browse the repository at this point in the history
Create Parser
  • Loading branch information
Joellimjr committed Mar 15, 2024
2 parents 4343fbb + 32e3c84 commit 3f374c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# About us

<<<<<<< HEAD

=======
Display | Name | Github Profile | Portfolio
--------|:-------------:|:---------------------------------------:|:---------:
![](https://via.placeholder.com/100.png?text=Photo) | Low Tjun Lym | [Github(https://github.com/LowTL) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Fu Xueer | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Heng Shu Hong | [Github(https://github.com/HengShuHong) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Joel Lim | [Github(https://github.com/joellimjr) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Min Guanlin | [Github(https://github.com/Fureimi) | [Portfolio](docs/team/johndoe.md)

>>>>>>> 5b8575bba7f8d21c9316e8660512f4f83b47d547
Display | Name | Github Profile | Portfolio
--------|:--------:|:-----------------------------:|:---------:
![](https://via.placeholder.com/100.png?text=Photo) | John Doe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Joe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Ron John | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Joel Lim | joellimjr | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
12 changes: 12 additions & 0 deletions src/main/java/Parser/Parser.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package Parser;

public class Parser {
public String userInput;

public void parseInput(String userInput){

}

}


0 comments on commit 3f374c6

Please sign in to comment.