public class Ayaan {
public static void main(String[] args) {
String[] hobbies = {"Coding", "Swimming", "Reading"};
String[] location = {"37.8199° N, 122.4786° W"};
String[] languages = {"Swift", "TypeScript", "Javascript", "Java", "HTML", "CSS", "GDScript"};
String[] tools = {"FlipperZero", "XCode", "VSCode"};
System.out.println("Hobbies: " + String.join(", ", hobbies));
System.out.println("Location: " + String.join(", ", location));
System.out.println("Languages: " + String.join(", ", languages));
System.out.println("Tools: " + String.join(", ", tools));
}
}
🚀
Coding
High school student who codes in typescript, java, swift, javascript, and python
- California
-
03:05
(UTC -07:00) - https://ayaangrover.com/
- in/ayaangrover
Highlights
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.