mirror of
https://github.com/Raghu-Ch/TurtleFactsQuiz.git
synced 2026-02-10 11:33:01 -05:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
(function () {
|
|
|
|
angular
|
|
.module("turtleFacts", []);
|
|
|
|
})();
|