Angular Beta and Erlang Codes

main(_) -> io:fwrite("Hello Kidsmodo!").
import { Component } from "@angular/core";

@Component({
  selector: "app-root",
  templateUrl: "./app.component.html",
  styleUrls: ["./app.component.css"]
})
export class AppComponent {
  helloWorld = "Hello Kidsmodo!";
}           
Taiyeb Hasan
Taiyeb Hasanhttps://www.kidsmodo.com
Inspiring young minds through engaging coding lessons. Dedicated tutor fostering creativity and logic in kids' tech journeys

Related Articles

Latest Articles